Passed
Pull Request — master (#31)
by Felipe Catão do
01:41
created

Routes   A

Complexity

Total Complexity 16

Size/Duplication

Total Lines 17
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 17
dl 0
loc 17
rs 10
c 0
b 0
f 0
wmc 16

16 Functions

Rating   Name   Duplication   Size   Complexity  
A resolveAwait 0 1 1
A redirectLocation 0 1 1
A whenChangeRoute 0 1 1
A runRoute 0 1 1
A whenChangeLocation 0 1 1
A getRouteVars 0 1 1
A whenChange 0 1 1
A goToLink 0 1 1
A getRoutesOutside 0 1 1
A whenUpdate 0 1 1
A removeVarsOfRoute 0 1 1
A registerRoute 0 1 1
A addEventSync 0 1 1
A getUpdateRoutes 0 1 1
A whenAwait 0 1 1
A routeExecution 0 1 1
1
export class Routes{
2
    goToLink(link:any):void
3
    getUpdateRoutes():void
4
    getRouteVars():void
5
    getRoutesOutside(routetarget:any):void
6
    removeVarsOfRoute(route:any):any
7
    registerRoute(routePathRegister:any, compEvent:any):void
8
    runRoute(initialPage:any, InitialPageRedirect:any):voisd
9
    whenUpdate(eventClass:any):void
10
    whenChange(eventClass:any, object:any):void
11
    whenChangeRoute(eventClass:any):void
12
    whenChangeLocation(eventClass:any):void
13
    redirectLocation():void
14
    addEventSync():void
15
    resolveAwait():void
16
    whenAwait(eventClass:any):void
17
    routeExecution(initialpage:any,initialPageRedirect:any):void
18
}